home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
eulisp
/
comp0_89.lha
/
Feel
/
Boot
/
Compiler
/
aaa.em
< prev
next >
Wrap
Lisp/Scheme
|
1993-02-02
|
264b
|
23 lines
;; Eulisp Module
;; Author: pab
;; File: xxx.em
;; Date: Mon Feb 10 13:15:56 1992
;;
;; Project:
;; Description:
;;
(defmodule aaa
(standard0
list-fns
aux-macros
)
()
(defconstant xxx cadr)
(defun f () (xxx (cons 1 2)))
;; end module
)